Message Type AuthInfo2Delete

 

K/V Keyword XML Namespace and Element Occurrence min - max Type / Length Value Range Description
Result result 1 enumeration result-erule Result of processing

success = order was carried out
failed = order was not carried out
exception = system malfunction, request was not carried out
StId stid 1 token
30-255
stid-rule A server transaction ID (StId) assigned by the server. The StId is used to globally and unambiguously reference the provider's request and the corresponding response from DENIC.
MsgCnt msgcnt 1 token
1 - 7
digit-rule Without “MsgType”, the total number of messages is displayed; with “MsgType”, the number of messages for the specific type is displayed.

For K/V format only: if this field contains the value 0, there are no messages in the entire message queue.

For XML, msgcnt is only displayed if there is at least one message in the queue.
MsgTime msgtime 1 dateTime
25
date-rule The time of message creation
MsgId msgid 1 token
30-255
msgid-rule The message ID of the message
MsgType - 1 enumeration msgtype-erule The category of the message issued
Domain domain:handle 1 token 4 – 66 domain-rule Domain name
Domain-Ace domain:ace 0-1 token 4 - 66 domainace-rule Domain name in ACE form (ASCII Compatible Encoding).
Message <msg:message level=“info“ code=“11300077725“> <tr:text>AuthInfo deleted</tr:text> </msg:message> 1 normalizedString
1 - 255
message-rule First message line with a fixed code and text.
Message <msg:message level=“info“ code=“11300077726“> <tr:text>AuthInfo letter could not be delivered</tr:text> </msg:message> 1 normalizedString
1 - 255
message-rule Second message line with a fixed code and text.

 

Examples

Copy

format: xml
request: authInfo2Delete

<?xml version="1.0" encoding="UTF-8" standalone="yes"?>

<registry-request xmlns="http://registry.denic.de/global/5.0" xmlns:msg="http://registry.denic.de/msg/5.0">
  <msg:queue-read msgType="authInfo2Delete"/>
</registry-request>

 

Copy

format: xml
response: authInfo2Delete

<?xml version="1.0" encoding="UTF-8"?>

<registry-response xmlns="http://registry.denic.de/global/5.0" xmlns:tr="http://registry.denic.de/transaction/5.0">
  <tr:transaction>
    <tr:stid>5546aa50-77c2-11e0-921c-0d6566ad5b9b</tr:stid>
    <tr:result>success</tr:result>
    <tr:data>
      <msg:message xmlns:msg="http://registry.denic.de/msg/5.0" msgid="c309127b-77c1-11e0-8d67-6bfe298a2a5f" msgcnt="1" msgtime="2011-05-06T11:18:10+02:00">
        <msg:authInfo2Delete>
          <msg:domain>
            <msg:handle>de-domain.de</msg:handle>
            <msg:ace>de-domain.de</msg:ace>
          </msg:domain>
          <msg:message level="info" code="11300088725"> 
            <tr:text>AuthInfo deleted</tr:text>            
          </msg:message>          
          <msg:message level="info" code="11300088726">            
            <tr:text>AuthInfo letter could not be delivered</tr:text>          
          </msg:message>        
        </msg:authInfo2Delete>
      </msg:message>
    </tr:data>
  </tr:transaction>
</registry-response>

Copy

format: xml
request: authInfo2Delete

<?xml version="1.0" encoding="UTF-8" standalone="yes"?>

<registry-request xmlns="http://registry.denic.de/global/5.0" xmlns:msg="http://registry.denic.de/msg/5.0">
  <msg:delete msgid="02699380-9c7a-11de-8188-9ff72af94906" msgType="authInfo2Delete"/>
</registry-request>

 

Copy

format: xml
general response to all QUEUE-DELETE requests

<?xml version="1.0" encoding="UTF-8"?>

<registry-response xmlns="http://registry.denic.de/global/5.0" xmlns:tr="http://registry.denic.de/transaction/5.0">
  <tr:transaction>
    <tr:stid>078db1bf-9f0a-11df-a9e2-9519b5688882</tr:stid>
    <tr:result>success</tr:result>
  </tr:transaction>
</registry-response>

Copy

format: k/v
request: authInfo2Delete

Version: 5.0
Action: queue-read
Msgtype: authinfo2delete

 

Copy

format: k/v
response: authInfo2Delete

Result: success
STID: 3ebce664-77c3-11e0-921c-0d6566ad5b9b
Msgcnt: 1
Msgtime: 2011-05-06T11:18:10+02:00
Msgid: c309127b-77c1-11e0-8d67-6bfe298a2a5f
Msgtype: authinfo2delete
Domain: de-example.de
Domain-ace: de-example.de
Message: 11300077725 AuthInfo deleted
Message: 11300077726 AuthInfo letter could not be delivered

Copy

format: k/v
request: authInfo2Delete

Version: 5.0
Action: queue-delete
Msgid: b988dae0-ae64-11de-b15c-f1279ab97beb
Msgtype: authinfo2delete
CTID: bre-34634621634

 

Copy

format: k/v
general response to all QUEUE-DELETE requests

Result: success
STID: 0b97f9b7-9f0b-11df-a9e2-9519b5688882
CTID: bre-34634621634